When building with FORTIFY_SOURCE to ensure that return codes of common
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 28 Apr 2006 13:08:40 +0000 (14:08 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 28 Apr 2006 13:08:40 +0000 (14:08 +0100)
commit0ff716c0b352a8900b322d493d8c16459d16d8eb
tree822081f96acff7395ab8ddb19658b3d5c518c517
parent54b4ddf0d1f7d4176099fb846dd55b055d07fdbc
When building with FORTIFY_SOURCE to ensure that return codes of common
functions are checked to avoid some bugs, a few warnings pop up and
become errors due to -Werror.  Attached checks the return codes
(or at least stores them to a dummy variable).

Signed-off-by: Jeremy Katz <katzj@redhat.com>
tools/xenstore/xenstored_core.c